home *** CD-ROM | disk | FTP | other *** search
- ## AMIsetup EISA configuration
- ##
- ## The following keywords are valid:
- ##
- ## OFF
- ## - disables EISA NVRAM access
- ## DETECT
- ## - tries to detect the EISA NVRAM port at the given addresses
- ## (more than one DETECT line possible)
- ## SET
- ## - sets the EISA NVRAM port to a given value without testing
- ##
- ## Syntax of DETECT/SET:
- ##
- ## DETECT/SET LO,HI,OFFSET,CHECKSUM,CHK1START,CHK1END,CHK2START,CHK2END
- ## LO : Index port low byte
- ## HI : Index port high byte
- ## DATA : Data port
- ## OFFSET : Offset of setup values in NVRAM
- ## CHECKSUM : Offset of (word sized) NVRAM checksum (add w/o carry)
- ## 0000 if no checksum
- ## CHK1START : Start of first checksummed region
- ## CHK1END : End
- ## CHK2START : Start of first checksummed region
- ## CHK2END : End
- ##
- ## Examples:
- ## 1)
- ## SET 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
- ## 2)
- ## DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
- ## DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
-
- DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
- DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
- ;
- ; Following entry will be Texas Instruments TI EISA/S
- ; DETECT 0C00,0C01,0C02,0F00,0000,0000,0000,0000,0000
- ; ^- Checksums not yet validated!
- ## End.
-